BackupPreferencesOrBuilder

interface BackupPreferencesOrBuilder : MessageOrBuilder

Inheritors

Properties

Functions

Link copied to clipboard

The node's channels
.meshtastic.ChannelFile channels = 5;
Link copied to clipboard

The node's channels
.meshtastic.ChannelFile channels = 5;
Link copied to clipboard

The node's configuration
.meshtastic.LocalConfig config = 3;
Link copied to clipboard

The node's configuration
.meshtastic.LocalConfig config = 3;
Link copied to clipboard

The node's module configuration
.meshtastic.LocalModuleConfig module_config = 4;
Link copied to clipboard

The node's module configuration
.meshtastic.LocalModuleConfig module_config = 4;
Link copied to clipboard
abstract fun getOwner(): MeshProtos.User

The node's user (owner) information
.meshtastic.User owner = 6;
Link copied to clipboard

The node's user (owner) information
.meshtastic.User owner = 6;
Link copied to clipboard
abstract fun getTimestamp(): Int

The timestamp of the backup (if node has time)
fixed32 timestamp = 2;
Link copied to clipboard
abstract fun getVersion(): Int

The version of the backup
uint32 version = 1;
Link copied to clipboard
abstract fun hasChannels(): Boolean

The node's channels
.meshtastic.ChannelFile channels = 5;
Link copied to clipboard
abstract fun hasConfig(): Boolean

The node's configuration
.meshtastic.LocalConfig config = 3;
Link copied to clipboard
abstract fun hasModuleConfig(): Boolean

The node's module configuration
.meshtastic.LocalModuleConfig module_config = 4;
Link copied to clipboard
abstract fun hasOwner(): Boolean

The node's user (owner) information
.meshtastic.User owner = 6;